Skip to content

chore(deps): bump https-proxy-agent from 7.0.6 to 9.1.0 in /vendor - #9853

Open
dependabot[bot] wants to merge 2 commits into
masterfrom
dependabot/npm_and_yarn/vendor/https-proxy-agent-9.1.0
Open

chore(deps): bump https-proxy-agent from 7.0.6 to 9.1.0 in /vendor#9853
dependabot[bot] wants to merge 2 commits into
masterfrom
dependabot/npm_and_yarn/vendor/https-proxy-agent-9.1.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 19, 2026

Copy link
Copy Markdown
Contributor

Bumps https-proxy-agent from 7.0.6 to 9.1.0.

Release notes

Sourced from https-proxy-agent's releases.

https-proxy-agent@9.1.0

Minor Changes

  • 84e85ed: Add onProxyAuth callback and negotiate option for Kerberos/SPNEGO proxy authentication

    • Extract shared Negotiate/SPNEGO auth logic into new proxy-agent-negotiate package
    • Added optional onProxyAuth async callback to HttpsProxyAgent and HttpProxyAgent options
    • When the proxy responds with 407 Proxy-Authentication Required, the callback is invoked with the response and auth scheme
    • The callback returns headers (e.g. Proxy-Authorization) to retry the request with
    • Added negotiate: true option that uses the kerberos package for automatic Negotiate/SPNEGO auth
    • Added kerberos as an optional peer dependency of proxy-agent-negotiate
    • Extended the proxy test package to support authenticate: 'negotiate' mode for mock testing
  • 3ebf4b2: Add proxy event emission on the request object for all proxy agents. After the proxy connection is established, the request emits a proxy event with { proxy, socket } where proxy is the proxy URL string. This is useful for debugging and logging which proxy was used for a connection.

Patch Changes

  • 1852c75: Fix socket event race condition by deferring socket.resume() via setImmediate(), ensuring HTTP client machinery has time to attach data listeners before data starts flowing
  • Updated dependencies [84e85ed]
    • proxy-agent-negotiate@1.1.0

https-proxy-agent@9.0.0

Major Changes

  • 7d12b51: Set minimum Node.js version to 20

Patch Changes

  • 7ca27d0: Simplify package.json exports to remove unnecessary imports restriction
  • Updated dependencies [ca12148]
  • Updated dependencies [7d12b51]
  • Updated dependencies [7ca27d0]
    • agent-base@9.0.0

https-proxy-agent@8.0.0

Major Changes

  • 9c92c09: Convert to ESM. All packages now use "type": "module" and compile to ESM output instead of CommonJS.

Patch Changes

  • Updated dependencies [9c92c09]
    • agent-base@8.0.0
Changelog

Sourced from https-proxy-agent's changelog.

9.1.0

Minor Changes

  • 84e85ed: Add onProxyAuth callback and negotiate option for Kerberos/SPNEGO proxy authentication

    • Extract shared Negotiate/SPNEGO auth logic into new proxy-agent-negotiate package
    • Added optional onProxyAuth async callback to HttpsProxyAgent and HttpProxyAgent options
    • When the proxy responds with 407 Proxy-Authentication Required, the callback is invoked with the response and auth scheme
    • The callback returns headers (e.g. Proxy-Authorization) to retry the request with
    • Added negotiate: true option that uses the kerberos package for automatic Negotiate/SPNEGO auth
    • Added kerberos as an optional peer dependency of proxy-agent-negotiate
    • Extended the proxy test package to support authenticate: 'negotiate' mode for mock testing
  • 3ebf4b2: Add proxy event emission on the request object for all proxy agents. After the proxy connection is established, the request emits a proxy event with { proxy, socket } where proxy is the proxy URL string. This is useful for debugging and logging which proxy was used for a connection.

Patch Changes

  • 1852c75: Fix socket event race condition by deferring socket.resume() via setImmediate(), ensuring HTTP client machinery has time to attach data listeners before data starts flowing
  • Updated dependencies [84e85ed]
    • proxy-agent-negotiate@1.1.0

9.0.0

Major Changes

  • 7d12b51: Set minimum Node.js version to 20

Patch Changes

  • 7ca27d0: Simplify package.json exports to remove unnecessary imports restriction
  • Updated dependencies [ca12148]
  • Updated dependencies [7d12b51]
  • Updated dependencies [7ca27d0]
    • agent-base@9.0.0

8.0.0

Major Changes

  • 9c92c09: Convert to ESM. All packages now use "type": "module" and compile to ESM output instead of CommonJS.

Patch Changes

  • Updated dependencies [9c92c09]
    • agent-base@8.0.0
Commits
  • 065d1ff Version Packages (#416)
  • 84e85ed feat: add onProxyAuth callback and Negotiate/Kerberos proxy auth support (#420)
  • 3ebf4b2 feat: add proxy event emission on request for all proxy agents (#422)
  • 1852c75 fix(https-proxy-agent): defer socket.resume() to prevent data race condition ...
  • 42a7ffa fix: use proxy_hostname from NordVPN metadata for correct TLS cert matching
  • 8761b47 fix: log error message on each E2E retry attempt
  • 434d237 fix: increase E2E test timeout to 120s for retry headroom
  • 671a314 fix: retry NordVPN E2E proxy tests with different servers on failure (#419)
  • af317e0 Version Packages (#397)
  • 7ca27d0 Simplify package.json exports to remove unnecessary imports restriction (#408)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for https-proxy-agent since your current version.


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [https-proxy-agent](https://github.com/TooTallNate/proxy-agents/tree/HEAD/packages/https-proxy-agent) from 7.0.6 to 9.1.0.
- [Release notes](https://github.com/TooTallNate/proxy-agents/releases)
- [Changelog](https://github.com/TooTallNate/proxy-agents/blob/main/packages/https-proxy-agent/CHANGELOG.md)
- [Commits](https://github.com/TooTallNate/proxy-agents/commits/https-proxy-agent@9.1.0/packages/https-proxy-agent)

---
updated-dependencies:
- dependency-name: https-proxy-agent
  dependency-version: 9.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependabot dependencies javascript Pull requests that update javascript code semver-patch labels Aug 19, 2026
@dependabot
dependabot Bot requested a review from a team as a code owner August 19, 2026 00:53
@dependabot dependabot Bot added semver-patch dependencies javascript Pull requests that update javascript code dependabot labels Aug 19, 2026
@dd-octo-sts

dd-octo-sts Bot commented Aug 19, 2026

Copy link
Copy Markdown
Contributor

Overall package size

Self size: 8.25 MB
Deduped: 8.91 MB
No deduping: 8.91 MB

Dependency sizes | name | version | self size | total size | |------|---------|-----------|------------| | import-in-the-middle | 3.3.3 | 125.43 kB | 445.14 kB | | opentracing | 0.14.7 | 194.81 kB | 194.81 kB | | dc-polyfill | 0.1.11 | 25.74 kB | 25.74 kB |

🤖 This report was automatically generated by heaviest-objects-in-the-universe

@datadog-datadog-prod-us1-2

datadog-datadog-prod-us1-2 Bot commented Aug 19, 2026

Copy link
Copy Markdown

Tests

🎉 All green!

🧪 All tests passed
❄️ No new flaky tests detected

🔄 Datadog retried 1 test - 1 passed on retry View in Datadog

🎯 Code Coverage (details)
Patch Coverage: 100.00%
Overall Coverage: 98.55% (+0.00%)

This comment will be updated automatically if new data arrives.
🔗 Commit SHA: 24b285f | Docs | View more details | Give us feedback!

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 2e47753e5b

ℹ️ About Codex in GitHub

Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".

Comment thread vendor/package.json
"escape-string-regexp": "^5.0.0",
"esquery": "^1.7.0",
"https-proxy-agent": "^7.0.6",
"https-proxy-agent": "^9.1.0",

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Stay on a proxy-agent release that supports Node 18

When this master change is backported to v5, the vendored runtime dependency becomes unsupported for v5 users on Node 18: https-proxy-agent@9.1.0 and its agent-base@9 dependency explicitly require Node >=20, while the generated bundle is loaded by the direct EVP proxy path. Keep this dependency on a Node-18-compatible major or otherwise prevent the incompatible bundle from reaching v5 releases.

AGENTS.md reference: AGENTS.md:L268-L276

Useful? React with 👍 / 👎.

@pr-commenter

pr-commenter Bot commented Aug 19, 2026

Copy link
Copy Markdown

Benchmarks

Benchmark execution time: 2026-08-19 01:09:49

Comparing candidate commit 24b285f in PR branch dependabot/npm_and_yarn/vendor/https-proxy-agent-9.1.0 with baseline commit 63a6307 in branch master.

📊 Benchmarking dashboard

Found 0 performance improvements and 0 performance regressions! Performance is the same for 2283 metrics, 9 unstable metrics.

Explanation

This is an A/B test comparing a candidate commit's performance against that of a baseline commit. Performance changes are noted in the tables below as:

  • 🟩 = significantly better candidate vs. baseline
  • 🟥 = significantly worse candidate vs. baseline

We compute a confidence interval (CI) over the relative difference of means between metrics from the candidate and baseline commits, considering the baseline as the reference.

If the CI is entirely outside the configured SIGNIFICANT_IMPACT_THRESHOLD (or the deprecated UNCONFIDENCE_THRESHOLD), the change is considered significant.

Feel free to reach out to #apm-benchmarking-platform on Slack if you have any questions.

More details about the CI and significant changes

You can imagine this CI as a range of values that is likely to contain the true difference of means between the candidate and baseline commits.

CIs of the difference of means are often centered around 0%, because often changes are not that big:

---------------------------------(------|---^--------)-------------------------------->
                              -0.6%    0%  0.3%     +1.2%
                                 |          |        |
         lower bound of the CI --'          |        |
sample mean (center of the CI) -------------'        |
         upper bound of the CI ----------------------'

As described above, a change is considered significant if the CI is entirely outside the configured SIGNIFICANT_IMPACT_THRESHOLD (or the deprecated UNCONFIDENCE_THRESHOLD).

For instance, for an execution time metric, this confidence interval indicates a significantly worse performance:

----------------------------------------|---------|---(---------^---------)---------->
                                       0%        1%  1.3%      2.2%      3.1%
                                                  |   |         |         |
       significant impact threshold --------------'   |         |         |
                      lower bound of CI --------------'         |         |
       sample mean (center of the CI) --------------------------'         |
                      upper bound of CI ----------------------------------'

Unstable benchmarks

These benchmarks have a confidence interval too wide to call a change; treat them as noise rather than signal.

scenario:appsec-iast-with-vulnerability-iast-enabled-default-config-20

  • unstable max_rss_usage [-14.668MB; +26.573MB] or [-3.813%; +6.908%]

scenario:dogstatsd-with-tags-20

  • unstable cpu_user_time [-191.475ms; +420.173ms] or [-3.901%; +8.560%]
  • unstable execution_time [-193.305ms; +420.596ms] or [-3.881%; +8.443%]
  • unstable throughput [-149465.078op/s; +67942.340op/s] or [-8.874%; +4.034%]

scenario:plugin-aws-sdk-lambda-inject-with-context-24

  • unstable cpu_user_time [-132.511ms; +277.712ms] or [-3.453%; +7.237%]
  • unstable execution_time [-132.725ms; +276.200ms] or [-3.439%; +7.157%]

scenario:plugin-claude-agent-sdk-compact-stream-scan-24

  • unstable cpu_usage_percentage [-5.919%; +4.822%]

scenario:plugin-graphql-long-with-depth-off-20

  • unstable max_rss_usage [-6.601MB; +9.258MB] or [-5.027%; +7.050%]

scenario:test-optimization-large-suite-20

  • unstable max_rss_usage [-3.336MB; +6.951MB] or [-4.229%; +8.813%]

@codecov

codecov Bot commented Aug 19, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 98.54%. Comparing base (63a6307) to head (24b285f).
⚠️ Report is 3 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #9853   +/-   ##
=======================================
  Coverage   98.54%   98.54%           
=======================================
  Files         982      982           
  Lines      145051   145051           
  Branches    12479    12554   +75     
=======================================
  Hits       142945   142945           
  Misses       2106     2106           
Flag Coverage Δ
aiguard 57.18% <ø> (-0.03%) ⬇️
aiguard-integration 55.25% <ø> (ø)
apm-bucket-0 57.35% <ø> (-0.03%) ⬇️
apm-bucket-1 62.52% <ø> (-0.02%) ⬇️
apm-bucket-2 61.34% <ø> (-0.03%) ⬇️
apm-bucket-3 58.99% <ø> (-0.03%) ⬇️
apm-capabilities-tracing 62.17% <ø> (ø)
apm-integrations-aerospike 55.06% <ø> (-0.03%) ⬇️
apm-integrations-confluentinc-kafka-javascript 60.33% <ø> (-0.03%) ⬇️
apm-integrations-couchbase 55.94% <ø> (-0.03%) ⬇️
apm-integrations-http 61.10% <ø> (-0.02%) ⬇️
apm-integrations-kafkajs 60.84% <ø> (-0.03%) ⬇️
apm-integrations-next 58.61% <ø> (-0.03%) ⬇️
apm-integrations-prisma 58.07% <ø> (-0.02%) ⬇️
appsec 71.19% <ø> (+<0.01%) ⬆️
appsec-express_fastify_graphql 68.63% <ø> (-0.02%) ⬇️
appsec-integration 49.51% <ø> (-0.01%) ⬇️
appsec-kafka_ldapjs_lodash 62.60% <ø> (-0.02%) ⬇️
appsec-mongodb-core_mongoose_mysql 66.09% <ø> (-0.02%) ⬇️
appsec-next 56.03% <ø> (-0.02%) ⬇️
appsec-node-serialize_passport_postgres 65.50% <ø> (-0.02%) ⬇️
appsec-sourcing_stripe_template 63.94% <ø> (-0.02%) ⬇️
debugger 63.36% <ø> (-0.02%) ⬇️
instrumentations-bucket-0 51.01% <ø> (-0.03%) ⬇️
instrumentations-bucket-1 58.85% <ø> (-0.03%) ⬇️
instrumentations-bucket-10 60.12% <ø> (-0.02%) ⬇️
instrumentations-bucket-11 60.77% <ø> (-0.02%) ⬇️
instrumentations-bucket-12 50.92% <ø> (-0.03%) ⬇️
instrumentations-bucket-13 51.78% <ø> (-0.03%) ⬇️
instrumentations-bucket-14 51.03% <ø> (-0.03%) ⬇️
instrumentations-bucket-2 52.26% <ø> (-0.03%) ⬇️
instrumentations-bucket-3 52.90% <ø> (-0.03%) ⬇️
instrumentations-bucket-4 57.94% <ø> (-0.03%) ⬇️
instrumentations-bucket-5 48.64% <ø> (-0.02%) ⬇️
instrumentations-bucket-6 59.44% <ø> (-0.03%) ⬇️
instrumentations-bucket-7 51.22% <ø> (-0.03%) ⬇️
instrumentations-bucket-8 57.65% <ø> (-0.03%) ⬇️
instrumentations-bucket-9 56.51% <ø> (-0.03%) ⬇️
instrumentations-instrumentation-couchbase 49.80% <ø> (-0.03%) ⬇️
instrumentations-integration-esbuild 33.86% <ø> (ø)
llmobs-ai_anthropic_bedrock 62.05% <ø> (-0.02%) ⬇️
llmobs-bucket-1 60.59% <ø> (-0.02%) ⬇️
llmobs-openai 61.25% <ø> (-0.02%) ⬇️
llmobs-openai-agents_vertex-ai 59.29% <ø> (-0.03%) ⬇️
llmobs-sdk 67.50% <ø> (-0.03%) ⬇️
master-coverage 98.54% <ø> (?)
openfeature 55.28% <ø> (ø)
openfeature-unit 53.21% <ø> (-0.03%) ⬇️
platform-core_esbuild_instrumentations-misc 40.79% <ø> (-0.02%) ⬇️
platform-integration 59.66% <ø> (ø)
platform-shimmer_unit-guardrails_webpack 38.44% <ø> (-0.02%) ⬇️
plugins-browser-bunyan_bullmq_cassandra 60.73% <ø> (-0.03%) ⬇️
plugins-bucket-0 56.19% <ø> (-0.02%) ⬇️
plugins-bucket-1 53.31% <ø> (ø)
plugins-bucket-11 61.11% <ø> (-0.02%) ⬇️
plugins-bucket-18 60.68% <ø> (-0.02%) ⬇️
plugins-bucket-19 58.90% <ø> (-0.04%) ⬇️
plugins-bucket-20 60.82% <ø> (-0.02%) ⬇️
plugins-bucket-4 55.55% <ø> (-0.03%) ⬇️
plugins-cookie_cookie-parser_crypto 50.54% <ø> (-0.03%) ⬇️
plugins-fastify_fetch_fs 59.76% <ø> (-0.02%) ⬇️
plugins-generic-pool_google-cloud-pubsub_grpc 63.29% <ø> (-0.02%) ⬇️
plugins-handlebars_hapi_hono 57.78% <ø> (-0.03%) ⬇️
plugins-ioredis_knex_langgraph 56.25% <ø> (-0.03%) ⬇️
plugins-ldapjs_light-my-request_limitd-client 57.48% <ø> (-0.02%) ⬇️
plugins-lodash_mariadb_memcached 57.18% <ø> (-0.03%) ⬇️
plugins-moleculer_mongodb_mongodb-core 60.60% <ø> (-0.03%) ⬇️
plugins-mongoose_multer_mysql 58.46% <ø> (-0.02%) ⬇️
plugins-mysql2_nats_node-serialize 60.07% <ø> (-0.03%) ⬇️
plugins-opensearch_passport-http_pino 58.33% <ø> (-0.03%) ⬇️
plugins-postgres_process_pug 57.48% <ø> (-0.03%) ⬇️
plugins-redis_router_sequelize 60.68% <ø> (-0.03%) ⬇️
plugins-test-and-upstream-rhea_undici_url 60.27% <ø> (-0.02%) ⬇️
plugins-valkey_vm_winston 56.91% <ø> (+0.01%) ⬆️
plugins-ws 58.45% <ø> (-0.03%) ⬇️
profiling 60.87% <ø> (-0.02%) ⬇️
serverless-aws-sdk-aws-sdk 54.19% <ø> (-0.02%) ⬇️
serverless-aws-sdk-base-inject-field 50.25% <ø> (-0.03%) ⬇️
serverless-aws-sdk-bedrockruntime 53.96% <ø> (-0.02%) ⬇️
serverless-aws-sdk-client 55.46% <ø> (-0.02%) ⬇️
serverless-aws-sdk-dynamodb 54.78% <ø> (-0.02%) ⬇️
serverless-aws-sdk-eventbridge 56.26% <ø> (-0.02%) ⬇️
serverless-aws-sdk-kinesis 58.29% <ø> (-0.02%) ⬇️
serverless-aws-sdk-lambda 56.48% <ø> (-0.02%) ⬇️
serverless-aws-sdk-s3 54.87% <ø> (-0.02%) ⬇️
serverless-aws-sdk-serverless-peer-service 58.86% <ø> (-0.02%) ⬇️
serverless-aws-sdk-sns 59.07% <ø> (-0.02%) ⬇️
serverless-aws-sdk-sqs 59.48% <ø> (-0.02%) ⬇️
serverless-aws-sdk-stepfunctions 54.70% <ø> (-0.02%) ⬇️
serverless-aws-sdk-util 50.76% <ø> (-0.03%) ⬇️
serverless-bucket-0 52.93% <ø> (ø)
serverless-bucket-1 58.09% <ø> (-0.03%) ⬇️
test-optimization-cucumber 70.26% <ø> (-0.03%) ⬇️
test-optimization-cypress 64.47% <ø> (+0.06%) ⬆️
test-optimization-jest 71.84% <ø> (+0.15%) ⬆️
test-optimization-mocha 71.75% <ø> (+0.05%) ⬆️
test-optimization-playwright-playwright-atr 59.30% <ø> (+0.01%) ⬆️
test-optimization-playwright-playwright-efd 59.45% <ø> (+0.01%) ⬆️
test-optimization-playwright-playwright-final-status 59.61% <ø> (+<0.01%) ⬆️
test-optimization-playwright-playwright-impacted-tests 59.17% <ø> (+0.15%) ⬆️
test-optimization-playwright-playwright-reporting 60.65% <ø> (-0.02%) ⬇️
test-optimization-playwright-playwright-test-management 60.10% <ø> (-0.11%) ⬇️
test-optimization-playwright-playwright-test-span 59.34% <ø> (-0.05%) ⬇️
test-optimization-selenium 58.63% <ø> (-0.07%) ⬇️
test-optimization-testopt 57.25% <ø> (+0.07%) ⬆️
test-optimization-vitest 72.43% <ø> (+0.04%) ⬆️
test-optimization-vitest-browser 58.43% <ø> (+<0.01%) ⬆️
test-optimization-webdriverio 64.64% <ø> (+0.04%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependabot dependencies javascript Pull requests that update javascript code semver-patch

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants